descriptor segment

英 [dɪˈskrɪptə(r) ˈseɡmənt] 美 [dɪˈskrɪptər ˈseɡmənt]

网络  描述符段

计算机



双语例句

  1. Descriptor generator working segment
    描述符生成程序工作段
  2. To use a given segment descriptor, its value is loaded into one of the segment registers.
    要使用给定的段描述符,它的值需载入段寄存器中。
  3. In order to update a segment register, the corresponding segment descriptor must be modified in kernel memory and then reloaded into the segment register.
    更新段寄存器时,与其相应的段描述符必须在核心内存中修改,然后重新载入段寄存器。
  4. This descriptor specifies the base address of the segment that includes the interrupt or exception handler.
    这个描述符指明了包含中断或异常处理函数的段的基地址。
  5. A kernel device driver is designed to relocate the application's user-mode stack to the higher address and to modify the effective limit in the code segment descriptor, so the relocated stack is excluded from the code segment.
    设计了一个内核驱动程序,将应用程序的堆栈移动到代码区的上部,并修改代码段的限长将堆栈区排除在代码段之外。